home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / tran.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-25  |  553 b   |  18 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     tran.h - Server Transaction Movable Modal Dialog Interface
  4. _____________________________________________________________________*/
  5.  
  6. #ifndef __tran__
  7. #define __tran__
  8.  
  9. /*_____________________________________________________________________
  10.  
  11.     Functions.
  12. _____________________________________________________________________*/
  13.  
  14. extern void tran_DoPeriodic (WindowPtr w);
  15. extern void tran_BeginTransaction (short msgIndex, Str255 p0);
  16. extern void tran_EndTransaction (void);
  17.  
  18. #endif